home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / pascal / totsrc.zip / OVERLAY.DOC < prev    next >
Text File  |  1991-02-11  |  2KB  |  61 lines

  1. OVERLAY.DOC
  2. ===========
  3.  
  4. {               Copyright 1990 TechnoJock Software, Inc.               }
  5. {                          All Rights Reserved                         }
  6. {                         Restricted by License                        }
  7.  
  8. This file details the Toolkit unit dependancies. In other words, the units
  9. used by each Toolkit unit. This information is important when you want to
  10. overlay Toolkit units.
  11.  
  12. If you enable the OVERLAY compiler directive in the TOTFLAGS.INC file, you
  13. must manually call the initialization procedure for each unit. Every Toolkit
  14. unit has an initialization procedure, and this procedure name is consistently
  15. the unit name minus the TOT prefix plus the characters "INIT". For example,
  16. the initialization procedures for the TOTFAST and TOTSYS units are FASTINIT
  17. and SYSINIT, respectively.
  18.  
  19. Listed below are the unit dependancies:
  20.  
  21. totSYS   - none
  22.  
  23. totLOOK  - totSYS
  24.  
  25. totREAL  - none
  26.  
  27. totINPUT - none
  28.  
  29. totFAST  - totSYS, totLOOK, totINPUT
  30.  
  31. totWIN   - totSYS, totLOOK, totINPUT, totFAST, totSTR, totMISC
  32.  
  33. totMSG   - totSYS, totLOOK, totINPUT, totFAST, totMISC, totWIN, totSTR,
  34.            totIO1, totREAL
  35.  
  36. totLINK  - totREAL, totINPUT, totSTR
  37.  
  38. totLIST  - totSYS, totLOOK, totINPUT, totFAST, totMISC, totWIN, totSTR,
  39.            totREAL, totIO1, totLINK
  40.  
  41. totDIR   - totSYS, totLOOK, totINPUT, totFAST, totMISC, totWIN, totSTR,
  42.            totIO1, totREAL, totLINK, totDATE, totMSG, totIO2
  43.  
  44. totIO1   - totSYS, totLOOK, totINPUT, totFAST, totMISC, totWIN, totSTR,
  45.            totREAL
  46.  
  47. totIO2   - totSYS, totLOOK, totINPUT, totFAST, totMISC, totWIN, totSTR,
  48.            totIO1, totREAL, totLINK, totDATE, totMSG
  49.  
  50. totIO3   - totSYS, totLOOK, totINPUT, totFAST, totMISC, totWIN, totSTR,
  51.            totIO1, totREAL, totLINK, totDATE, totMSG, totIO2
  52.  
  53. totMENU  - totSYS, totLOOK, totINPUT, totFAST, totMISC, totWIN, totSTR,
  54.            totIO1, totREAL, totLINK
  55.  
  56. totSTR   - totREAL, totINPUT
  57.  
  58. totDATE  - totSYS, totREAL, totINPUT, totLOOK, totSTR
  59.  
  60. totMISC  - totFAST, totSTR
  61.